@charset "utf-8";

.banner-lun > img {
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    transition: all 3s linear;
}

.banner-lun .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-lun .content .contain {
    background: linear-gradient(to right,var(--yy-primary),transparent 80%);
    padding-left: 80px;
}

.banner-lun .content .title {
    opacity: 0;
}

.banner-lun .content .name {
    opacity: 0;
    color: rgba(255, 255, 255, 0.8);
}

.banner .swiper-slide-active .banner-lun .content .title {
    animation: bannerLun .8s ease both 1s;
}

.banner .swiper-slide-active .banner-lun .content .name {
    animation: bannerLun .8s ease both 1.1s;
}

@keyframes bannerLun {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.banner-left {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-page {
    width: 100%;
    position: absolute;
    bottom: 70px;
    left: 0px;
}

.banner-page .swiper-pagination {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner-page .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: .5;
    position: relative;
}

.banner-page .swiper-pagination-bullet::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .4s ease;
}

.banner-page .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.banner-btnbox {
    opacity: 0;
}

.banner-btnbox a {
    width: 170px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 49px 0px rgba(12, 40, 72, 0.1);
    transition: all .4s ease;
    margin-right: 20px;
}

.banner-btnbox a span {
    margin-left: 38px
}

.banner-btnbox a i {
    margin-right: 38px;
    display: flex;
}

.banner-btnbox a:first-child {
    background: #ffffff;
    color: var(--yy-primary);
}

.banner-btnbox a:last-child {
    margin-right: 0px;
    border: 2px #fff solid;
    background-color: transparent;
    color: #fff;
}

.banner .swiper-slide-active .banner-btnbox {
    animation: bannerLun .8s ease both 1.2s;
}

.line_banner {
    border-left: 1px solid rgba(255, 255, 255, .2);
    position: absolute;
    height: 100vh;
    z-index: 2;
    right: 0;
    top: 0;
    width: 97px;
}

.mouseBox {
    position: absolute;
    right: 0;
    width: 97px;
    bottom: 45px;
    z-index: 999;
    text-align: center;
    cursor: pointer
}

.mouseBox p {
    color: #fff;
    margin-top: 10px
}

.mouseIco {
    border-radius: 10px;
    width: 20px;
    height: 32px;
    border: 2px solid #fff;
    margin: 0 auto;
    display: block;
    position: relative
}

.mouseIco i {
    width: 2px;
    height: 7px;
    border-radius: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 6px;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(.23,1,.32,1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(.23,1,.32,1) infinite
}

@keyframes mouse-dot {
    from {
        opacity: 0
    }

    33% {
        opacity: 1
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0
    }

    33% {
        opacity: 1
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0
    }
}

.quote {
    width: 32px;
}

.indfw {
    background-color: #f8f9fa;
}

.indfw-cont {
    justify-content: center;
}

.indfw-cont .cont-l {
    width: 100%;
}

.indfw-btn a {
    position: relative;
    width: 180px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 49px 0px rgba(12, 40, 72, 0.1);
    transition: all .4s ease;
    margin-right: 10px;
}

.indfw-btn a:last-child {
    margin-right: 0;
}

.indfw-btn a.active {
    background-color: var(--yy-primary);
    color: #fff;
}

.indfw-btn a:hover {
    color: var(--yy-primary);
}

.indfw-btn a.active:hover {
    background-color: var(--yy-hover);
    color: #fff;
}

.indfw-btn a.active:after {
    content: "";
    border-width: 8px 9px 0px 9px;
    border-color: var(--yy-primary) transparent transparent transparent;
    border-style: solid;
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s ease;
}

.indfw-btn a.active:hover:after {
    border-color: var(--yy-hover) transparent transparent transparent;
}

.indfw-lun {
    height: 360px;
    position: relative;
    display: block;
}

.indfw-lun .img {
    height: 250px;
    overflow: hidden;
}

.indfw-lun .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.indfw-lun:hover .img img {
    transform: scale(1.04);
}

.indfw-lun .cont {
    position: absolute;
    bottom: 0px;
    left: 4%;
    width: 92%;
}

.indfw-lun .cont .show {
    background-color: #fff;
    padding: 32px 36px;
    box-shadow: 0px 0px 20px 0px rgba(12, 40, 72, 0.1);
    position: relative;
    z-index: 2;
    transition: all .6s ease;
}

.indfw-lun .cont .show > div {
    position: relative;
    z-index: 2;
}

.indfw-lun .cont .show .btn {
    display: flex;
    align-items: center;
    width: fit-content;
}

.indfw-lun .cont .show .btn i {
    display: flex;
    margin-right: 8px;
    transition: all .4s ease;
}

.indfw-lun:hover .cont .show {
    transform: translateY(-10px);
}

.indfw-svp .muen {
    margin: -20px;
    display: none;
}

.indfw-svp .muen:first-child {
    display: block;
}

.indfw-svp .swiper-container {
    padding: 20px 20px 50px 20px;
}

.indfw-lun .cont .show .title {
    transition: all .4s ease;
}

.indfw-lun:hover .cont .show .title {
    color: var(--yy-primary);
}

.indfw-page {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.indfw-page .swiper-pagination {
    position: relative;
}

.indfw-page .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

.indfw-page .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    transition: all ease 0.4s;
}

.indfw-page .swiper-pagination-bullet-active {
    width: 20px;
}

.indfw .CommonBtn {
    margin-left: auto;
    margin-right: auto;
}

.indfw .swiper-container-horizontal>.swiper-scrollbar {
    height: 2px;
    width: 100%;
    left: 0;
    border-radius: 0;
    bottom: 13px;
}

.indfw .swiper-scrollbar-drag {
    background: transparent;
    cursor: pointer;
    height: 30px;
    margin-top: -15px;
}

.indfw .swiper-scrollbar-drag:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 8px;
    border-radius: 8px;
    background-color: #c1c1c1;
    display: block;
}

.indfw .swiper-scrollbar-drag:hover:after, .indfw .swiper-scrollbar-drag:active:after {
    background: var(--yy-primary);
}

.indxm-lun::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.2)
}

.indxm-lun > img {
    width: 100%;
    height: 800px;
    transition: all 6s 1s linear;
    transform: scale(1.05);
}

.swiper-slide-active .indxm-lun > img {
    transform: scale(1);
    transition-delay: 0s;
}

.indxm-lun .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.indxm-lun .content .IndTitle .info {
    width: 58%;
    transition: all .4s ease;
}

.indxm-lun .content .IndTitle .info,.indxm-lun .content .IndTitle .title {
    transition: all .4s ease;
}

.indxm-lun .content .IndTitle .title {
    margin-bottom: 0;
}

.indxm-lun .content .IndTitle .line {
    width: 40px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}

.indxm-lun .content .Icon {
    height: 33px;
}

.indxm-lun .content .Icon img {
    max-height: 100%;
}

.indxm-lun .content .btn {
    border: 1px solid #fff;
    border-radius: 3px;
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.indxm-lun .content .btn:hover {
    background-color: #012fa7;
    color: #fff;
    border: 1px solid#012fa7;
}

.indxm-lun .CommonBtn a:before {
    background-color: rgb(234, 235, 238, 0.2);
}

.indxm-lun .CommonBtn:hover a:before {
    background-color: var(--yy-primary);
}

.indxm-page {
    display: none;
}

.indxm-page .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: .5;
    position: relative;
    margin: 0px 10px;
}

.indxm-page .swiper-pagination-bullet::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .4s ease;
}

.indxm-page .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.indxm-page .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.he_bandits {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: row;
    border: 1px rgba(255, 255, 255, 0.3) solid;
}

.he_bandili {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    border-right: 1px rgba(255, 255, 255, 0.3) solid;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
}

.he_bandili:last-child {
    border-right: 0;
}

.he_bandili p {
    width: calc(100% - 30px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.36s;
}

.he_bandili.act p {
    color: #fff;
}

.he_bandili .line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0px;
    background: rgba(255, 255, 255, 0.8);
}

.he_bandili.act .line {
    width: 100%;
    transition: all linear 6s;
}

.indqy {
    position: relative;
}

.indqy-list .list {
    width: 300px;
    margin-right: 40px;
}

.indqy-list .list .num {
    display: flex;
    align-items: flex-end;
}

.indqy-list .list .num span {
    line-height: .8;
}

.indqy-list .list .num span:nth-child(2) {
    margin-right: 8px;
}

.indqy-list .list .title {
    margin-top: 20px;
}

.indqy-btn {
    display: flex;
}

.indqy-btn .CommonBtn a:before {
    background-color: rgb(234, 235, 238, 0.2);
}

.indqy-btn .CommonBtn:hover a:before {
    background-color: #fff;
}

.indqy-btn .CommonBtn:hover .text,.indqy-btn .CommonBtn:hover .icon {
    color: var(--yy-primary);
}

.indqy .circle_box {
    position: absolute;
    right: -544px;
    top: 50%;
    margin-top: -544px;
    width: 1089px;
    height: 1089px;
}

.indqy .circle_box img {
    position: absolute;
    left: 0;
    top: 0
}

.indqy .circle_box img:nth-child(1) {
    animation: showreel-ring1 30s linear infinite;
}

.indqy .circle_box img:nth-child(2) {
    animation: showreel-ring2 20s linear infinite;
}

@keyframes showreel-ring1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes showreel-ring2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.indxw .IndTitle {
    width: 100%;
}

.indxw-cont {
    justify-content: space-between;
    align-items: center;
}

.indxw-con {
    display: none;
}

.indxw-con:first-child {
    display: block;
}

.indxw-recommend {
    border-top: 1px solid #ddd;
    padding-top: 38px;
}

.indxw-recommend .cont-l {
    width: 65%;
    padding-right: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.indxw-recommend .cont-l .title {
    transition: all .4s ease;
}

.indxw-recommend .cont-l .title:hover {
    color: var(--yy-primary);
}

.indxw-recommend .cont-r {
    width: 35%;
    height: 280px;
    overflow: hidden;
}

.indxw-recommend .cont-r img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.indxw-recommend .cont-r:hover img {
    transform: scale(1.04);
}

.indxw-list {
    border-top: 1px solid #dddddd;
}

.indxw-list .list {
    height: 90px;
    width: calc(100%/2);
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    position: relative;
    transition: all .4s ease;
}

.indxw-list .list .title {
    width: calc(100% - 90px);
    padding-right: 10px;
    transition: all .4s ease;
}

.indxw-list .list .data {
    transition: all .4s ease;
}

.indxw-list .list:nth-child(odd) {
    padding-right: 40px;
}

.indxw-list .list:nth-child(even) {
    padding-left: 40px;
}

.indxw-list .list:nth-child(odd)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 1px;
    height: 43px;
    background-color: #dddddd;
}

.indxw-list .list:hover {
    background-color: var(--yy-primary);
}

.indxw-list .list:hover .title {
    color: #fff;
}

.indxw-list .list:hover .data {
    color: #fff;
}

.indxw-list .list:nth-child(odd):hover {
    padding-left: 20px;
}

.indxw-list .list:nth-child(even):hover {
    padding-right: 20px;
}

.indxw .btn i {
    margin-right: 6px;
    transition: all ease 0.4s;
}

.indxw .btn:hover i {
    margin-right: 10px;
}

/*--------------------合作伙伴滚动效果--------------------*/
@media screen and (min-width: 1101px) {
    .cont-r {
        display: block;
    }

    .cont-b {
        display: none;
    }

    .incoo {
        height: 600px;
        overflow: hidden;
    }

    .incoo .contain {
        height: 100%;
    }

    .incoo .cont-l {
        width: 50%;
    }

    .incoo .cont-r {
        width: 50%;
        height: 100%;
    }

    .incoo .cont-r:before, .incoo .cont-r:after {
        content: "";
        position: absolute;
        height: 80px;
        width: 100%;
        z-index: 1;
        display: block;
    }

    .incoo .cont-r:before {
        top: 0;
        bottom: auto;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .incoo .cont-r:after {
        bottom: 0;
        top: auto;
        background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .index_scroll {
        position: relative;
    }

    .scroll_box {
        position: absolute;
        height: 945px;
        /*包含margin的全部高度，(高度+margin)×数量*/
    }

    .scroll4 .scroll_box {
        height: 840px;
    }

    .scroll_box .scroll_item {
        height: 90px;
        width: 90px;
        background: #fff;
        border-radius: 6px;
        padding: 10px;
        overflow: hidden;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        margin-bottom: 15px;
    }

    .scroll_box .scroll_item img {
        height: 100%;
        width: 100%;
    }

    /*右1*/
    .scroll1 .scroll_box {
        right: 0;
        animation: scroll-up 80s linear infinite;
    }

    .scroll1 .scroll_box1 {
        animation-delay: -40s;
    }

    /*右2*/
    .scroll2 .scroll_box {
        right: 105px;
        animation: scroll-up2 80s linear infinite;
    }

    .scroll2 .scroll_box1 {
        animation-delay: -40s;
    }

    /*右3*/
    .scroll3 .scroll_box {
        right: 210px;
        animation: scroll-up 80s linear infinite;
    }

    .scroll3 .scroll_box1 {
        animation-delay: -40s;
    }

    /*右4*/
    .scroll4 .scroll_box {
        right: 315px;
        animation: scroll-up2 74s linear infinite;
    }

    .scroll4 .scroll_box1 {
        animation-delay: -37s;
    }

    @keyframes scroll-up {
        0% {
            transform: translateY(100%);
        }

        100% {
            transform: translateY(-100%);
        }
    }

    @keyframes scroll-up2 {
        0% {
            transform: translateY(-100%);
        }

        100% {
            transform: translateY(100%);
        }
    }
}

@media screen and (min-width: 1281px) {
    .incoo {
        height: 700px;
    }

    .scroll_box {
        height: 1080px;
        /*包含margin的全部高度，(高度+margin)×数量*/
    }

    .scroll4 .scroll_box {
        height: 960px;
    }

    .scroll_box .scroll_item {
        height: 100px;
        width: 100px;
        background: #fff;
        border-radius: 6px;
        padding: 10px;
        overflow: hidden;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        margin-bottom: 20px;
    }

    /*右2*/
    .scroll2 .scroll_box {
        right: 120px;
    }

    /*右3*/
    .scroll3 .scroll_box {
        right: 240px;
    }

    /*右4*/
    .scroll4 .scroll_box {
        right: 360px;
    }
}

@media screen and (max-width: 1100px) {
    .cont-r {
        display: none;
    }

    .indfw-cont .cont-r {
        display: block;
    }

    .cont-b {
        display: block;
        margin-top: 40px;
    }

    .incoo {
        padding-bottom: 60px;
        overflow: hidden;
    }

    .incoo .cont-l {
        width: 100%;
    }

    .incoo .cont-b {
        width: 100%;
        position: relative;
    }

    .incoo .cont-b:before, .incoo .cont-b:after {
        content: "";
        position: absolute;
        width: 80px;
        height: 100%;
        z-index: 1;
        display: block;
        top: 0;
    }

    .incoo .cont-b:before {
        left: 0;
        right: auto;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .incoo .cont-b:after {
        right: 0;
        left: auto;
        background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .index_scroll {
        position: relative;
        width: 100%;
        height: 105px;
    }

    .scroll_box {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: row;
        width: 1260px;
        /*包含margin的全部宽度，(宽度+margin)×数量*/
    }

    .scroll3 .scroll_box {
        width: 1155px;
    }

    .scroll_box .scroll_item {
        height: 90px;
        flex: 0 0 90px;
        background: #fff;
        border-radius: 6px;
        padding: 10px;
        overflow: hidden;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        margin-right: 15px;
    }

    .scroll_box .scroll_item img {
        height: 100%;
        width: 100%;
    }

    /*第一排*/
    .scroll1 .scroll_box {
        animation: move1 80s linear infinite;
    }

    .scroll1 .scroll_box1 {
        animation-delay: -40s;
    }

    /*第二排*/
    .scroll2 .scroll_box {
        animation: move2 90s linear infinite;
    }

    .scroll2 .scroll_box1 {
        animation-delay: -45s;
    }

    /*第三排*/
    .scroll3 .scroll_box {
        animation: move1 80s linear infinite;
    }

    .scroll3 .scroll_box1 {
        animation-delay: -40s;
    }

    @keyframes move1 {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes move2 {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(100%);
        }
    }
}

@media screen and (max-width: 720px) {
    .cont-b {
        margin-top: 30px;
    }

    .incoo {
        padding-bottom: 40px;
    }

    .incoo .cont-b:before, .incoo .cont-b:after {
        width: 40px;
    }

    .index_scroll {
        height: 78px;
    }

    .scroll_box {
        width: 936px;
    }

    .scroll3 .scroll_box {
        width: 858px;
    }

    .scroll_box .scroll_item {
        height: 70px;
        flex: 0 0 70px;
        padding: 4px;
        margin-right: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }
}

@media all and (max-width: 1600px) {
    .banner-lun .content .contain {
        padding-left: 72px;
    }

    .banner-btnbox a {
        width: 160px;
        height: 46px;
        margin-right: 18px;
    }

    .banner-btnbox a span {
        margin-left: 34px;
    }

    .banner-btnbox a i {
        margin-right: 32px;
    }

    .quote {
        width: 30px;
    }

    .banner-page {
        bottom: 50px;
    }

    .indfw-lun .img {
        height: 210px;
    }

    .indfw-lun {
        height: 310px;
    }

    .indfw-lun .cont .show {
        padding: 25px;
    }

    .indqy-list .list {
        width: 260px;
    }

    .indxw-recommend .cont-r {
        height: 240px;
    }

    .indfw-btn a {
        width: 170px;
        height: 46px;
    }

    .indfw-btn a.active:after {
        border-width: 7px 8px 0 8px;
    }

    .indqy .circle_box {
        right: -450px;
        margin-top: -450px;
        width: 900px;
        height: 900px;
    }

    .indxm-lun > img {
        height: 700px;
    }
}

@media all and (max-width: 1280px) {
    .banner-lun .content .contain {
        padding-left: 48px;
    }

    .banner-btnbox a {
        width: 152px;
        height: 44px;
        margin-right: 16px;
    }

    .banner-btnbox a span {
        margin-left: 32px;
    }

    .banner-btnbox a i {
        margin-right: 30px;
    }

    .quote {
        width: 28px;
    }

    .indfw-lun:hover .cont .show {
        transform: translateY(-8px);
    }

    .indfw-lun .img {
        height: 165px;
    }

    .indfw-lun {
        height: 240px;
    }

    .indfw-lun .cont .show {
        padding: 20px;
    }

    .indfw-btn a {
        width: 150px;
        height: 42px;
    }

    .indfw-btn a.active:after {
        border-width: 7px 8px 0 8px;
    }

    .indqy .circle_box {
        right: -400px;
        margin-top: -400px;
        width: 800px;
        height: 800px;
    }

    .indqy-list .list {
        width: 220px;
    }

    .indxm-lun > img {
        height: 500px;
    }

    .indxm-lun .content .IndTitle .info {
        width: 80%;
    }

    .indxw-recommend {
        padding-top: 24px;
    }

    .indxw-list .list {
        height: 70px;
    }

    .indxw-recommend .cont-r {
        height: 220px;
    }
}

@media all and (max-width: 1100px) {
    .indfw-lun .cont {
        width: 100%;
        left: 0;
    }

    .indfw-lun .img {
        height: 230px;
    }

    .indfw-lun {
        height: 310px;
    }

    .indfw-svp .swiper-container {
        padding: 20px 18px 40px 18px;
    }

    .indfw-lun .cont .show {
        box-shadow: 0px 0px 14px 0px rgba(12, 40, 72, 0.08);
    }

    .banner-lun > img {
        max-height: 800px;
    }

    .indqy .circle_box {
        right: -350px;
        margin-top: -350px;
        width: 700px;
        height: 700px;
    }

    .indqy-list .list {
        width: 180px;
    }

    .indxw-recommend .cont-r {
        display: block;
        height: 200px;
    }

    .indxw-list .list {
        height: 60px;
    }
}

/*------------------------pad（非air)及以下------------------------*/
@media all and (max-width: 1000px) {
    .banner-left {
        position:absolute;
        right: 0px;
        top: auto;
        bottom: 0px;
        width: 100%;
        height: auto;
        border-left: 0px;
    }

    .banner-page .swiper-pagination {
        justify-content: center;
    }

    .banner-page .swiper-pagination-bullet {
        margin: 0px 10px;
    }

    .banner-page {
        bottom: 30px;
    }

    .banner-lun .content {
        opacity: 1;
    }

    .banner-lun > img {
        min-height: 460px;
        height: auto;
    }

    .indfw-btn a {
        width: 120px;
        height: 35px;
    }

    .indfw-btn a.active:after {
        border-width: 5px 6px 0 6px;
    }

    .banner-btnbox a {
        width: 140px;
        height: 40px;
        margin-right: 12px
    }

    .banner-btnbox a span {
        margin-left: 28px
    }

    .banner-btnbox a i {
        margin-right: 26px
    }

    .banner-lun .content .contain {
        padding-left: 48px;
    }

    .quote {
        width: 24px;
    }

    .mouseBox,.line_banner {
        display: none;
    }

    .indfw-lun .img {
        height: 272px;
    }

    .indfw-lun {
        height: 360px;
    }

    .he_bandits {
        display: none;
    }

    .indxm-lun .content .contain {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .indxm-lun .content .IndTitle {
        width: 100%;
    }

    .indxm-lun .content .IndTitle .line {
        margin: 16px auto 0 auto;
    }

    .indxm-lun .content .IndTitle .title {
        justify-content: center;
    }

    .indxm-lun > img {
        height: 50vh;
        min-height: 422px;
    }

    .indxm-lun::before {
        background: rgba(0, 0, 0, 0.3);
    }

    .indqy-list {
        margin-right: 0;
        margin-bottom: -35px;
    }

    .indqy-list .list {
        width: 33%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .indxw-btn a {
        width: 100px;
        height: 35px;
    }

    .indxw-recommend {
        padding-top: 15px;
        flex-direction: column-reverse;
    }

    .indxw-recommend .cont-l {
        width: 100%;
        padding-right: 0px;
        margin-top: 15px;
    }

    .indxw-recommend .cont-l .btn {
        margin-top: 14px;
    }

    .indxw-recommend .cont-r {
        width: 100%;
        height: 192px;
    }

    .indxw-list .list {
        height: 50px;
        width: calc(100%/1);
    }

    .indxw-list .list:nth-child(odd)::before {
        display: none;
    }

    .indxw-list .list:nth-child(odd) {
        padding-right: 0px;
    }

    .indxw-list .list:nth-child(even) {
        padding-left: 0px;
    }

    .indxm-page {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 3;
        bottom: 10%;
        width: 100%;
    }

    .indxm-lun .content .IndTitle .info {
        width: 100%;
        margin: 16px auto 0 auto;
        line-height: 1.725
    }

    .indqy-list .list .title {
        margin-top: 10px;
    }

    .indxw-list .list .title {
        line-height: 1.2;
    }

    .indqy-btn .CommonBtn .text, .indqy-btn .CommonBtn .icon, .indxm .CommonBtn .text, .indxm .CommonBtn .icon {
        color: var(--yy-primary);
    }

    .indqy-btn .CommonBtn a:before , .indxm .CommonBtn a:before {
        background-color: #fff;
    }
}

/* ------------------------手机端-------------------------- */
@media all and (max-width: 720px) {
    .indfw-btn {
        margin-top: 15px;
        justify-content: center;
    }

    .indxw-btn {
        margin-top: 15px;
    }

    .banner-lun .content .contain {
        padding-left: 30px;
        background: linear-gradient(to right,var(--yy-primary),transparent 100%);
        margin-bottom: 8%;
    }

    .banner-btnbox a {
        width: 116px;
        height: 36px;
        margin-right: 10px;
    }

    .banner-btnbox a span {
        margin-left: 20px;
    }

    .banner-btnbox a i {
        margin-right: 20px;
        font-size: inherit;
    }

    .quote {
        width: 22px;
    }

    .indfw-lun .img {
        height: 132px;
    }

    .indfw-lun {
        height: 200px;
    }

    .indfw-lun .cont .show {
        padding: 12px 16px;
    }

    .indfw-svp .muen {
        margin: 0;
    }

    .indfw-svp .swiper-container {
        padding: 0 0 30px 0;
    }

    .indfw-cont .cont-r {
        width: 100%;
    }

    .indfw-btn a.active:after {
        display: none;
    }

    .indfw-btn a {
        width: 32%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 10px;
    }

    .indfw-btn a:first-child {
        margin-left: 0;
    }

    .indfw-btn a:nth-child(3) {
        margin-right: 0;
    }

    .indqy {
        background: transparent!important;
    }

    .indqy .coverbg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .indxw-recommend .cont-l .btn {
        margin-top: 10px;
    }

    .indxw-list .list:nth-child(even):hover, .indxw-list .list:nth-child(odd):hover {
        padding: 0 20px;
    }
}